ExamPlay Light Logo
Se connecter

Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 8 - No. 8)

Which of the following is the most efficient approach to reading values from a file?
Using the FOR...TO...NEXT loop with an array.
Using a REPEAT...UNTIL loop.
Using the WHILE...DO...ENDWHILE loop.
Using the INPUT statement.

Explication

FOR...TO...NEXT loops are used in the most efficient way to iterate over an array. The end and start values are known, and are easy to calculate the amount of iterations necessary for the loop.

Commentaires (0)

Connectez-vous pour commenter
Publicité
BrainBehindX Inc Logo
©2026; Alimenté par BrainBehindX Inc